C#
VB
C++
Logs the specified message to a text file and saves the dataset.
protected virtual void Log(
DicomDataSet ds,
string format,
object[] args
)
Protected Overloads Sub Log( _
ByVal ds As Leadtools.Dicom.DicomDataSet, _
ByVal format As String, _
ByVal ParamArray args() As Object _
)
protected:
void Log(
Leadtools.Dicom.DicomDataSet^ ds,
String^ format,
... array<Object^>^ args
)
ds
The ds.
format
The format.
args
The args.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET